Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2018/04/12 6:00 p.m.88 views

CVE-2018-10074

CVE-2018-10074 affects the Linux kernel hi3660: hi3660_stub_clk_probe in drivers/clk/hisilicon/clk-hi3660-stub.c (kernel

5.5CVSS5.1AI score0.00318EPSS
Save
CVE
CVE
added 2024/03/15 8:14 p.m.88 views

CVE-2021-47127

CVE-2021-47127: The Linux kernel AF_XDP copy-mode Tx regression (introduced by commit that removed xsk_buff_pool from VSI) is fixed by adding a bitmap of zero-copy queues. Each bit corresponds to a queue where an xsk pool is configured; the bitmap is updated in ice_xsk_pool_en/disable and consult...

5.5CVSS6.2AI score0.00196EPSS
Save
CVE
CVE
added 2024/05/21 2:19 p.m.88 views

CVE-2021-47268

CVE-2021-47268: Unity/Linux kernel advisory describes a fix for usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm port, addressing a pending hrtimer that may expire after tcpm port destruction. Root cause is a pending hrtimer in tcpm that could fire during module unload,...

7.8CVSS6.5AI score0.00231EPSS
Save
CVE
CVE
added 2024/07/16 11:43 a.m.88 views

CVE-2022-48803

In CVE-2022-48803, the Linux kernel patch fixes a bounds issue in the TI PHY code used on the TI J721e platform. _get_table_maxdiv() could read beyond clk_div_table in phy-j721e-wiz.c, triggering a global-out-of-bounds access reported under KASAN. The remediation is adding a sentinel entry to clk...

7.3CVSS6.5AI score0.00301EPSS
Save
CVE
CVE
added 2024/08/21 6:09 a.m.88 views

CVE-2022-48867

CVE-2022-48867 affects the Linux kernel DMA engine for idxd. The issue is a use-after-free during driver unload: when descriptors are flushed as part of idxd_dmaengine_drv_remove() path, a not-present-page fault can occur if descriptors still in use are freed. The root cause is freeing descriptor...

7.8CVSS6.3AI score0.00233EPSS
Save
CVE
CVE
added 2024/08/22 1:33 a.m.88 views

CVE-2022-48924

CVE-2022-48924 relates to the Linux kernel, describing a memory-leak in the int340x thermal driver during int3400_notify() on Tiger Lake, leading to unreferenced objects and potential memory pressure. The provided documents consistently show the root cause as a leak in the int3400_notify path and...

5.5CVSS6.5AI score0.0021EPSS
Save
CVE
CVE
added 2024/10/21 8:06 p.m.88 views

CVE-2022-48984

The connected documents provide concrete details for CVE-2022-48984 affecting Linux kernel can: slcan: fix freed work crash. The issue manifests as a NULL pointer dereference in slcan when the LTP pty03 test crashes, with a crash trace in process_one_work and workqueue handling. Root cause: slcan...

5.5CVSS4.9AI score0.00202EPSS
Save
CVE
CVE
added 2025/02/26 1:56 a.m.88 views

CVE-2022-49245

CVE-2022-49245 affects the Linux kernel ASoC Rockchip implementation, specifically the rockchip_i2s_tdm_resume path. The root cause is that pm_runtime_get_sync would increment the PM usage counter even when the operation failed, leading to a reference counter leak. The documented fix replaces the...

5.5CVSS5.3AI score0.00253EPSS
Save
CVE
CVE
added 2025/02/26 2:11 a.m.88 views

CVE-2022-49364

CVE-2022-49364 : In the Linux kernel, a f2fs inode eviction bug was fixed. The root cause is that the inode node and the dnode share the same nid, causing dnode truncation to invalidate the NAT entry during f2fs_evict_inode() and leaving the inode marked dirty. The fix clears the dirty flag on th...

5.5CVSS5.3AI score0.00257EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.88 views

CVE-2022-49662

CVE-2022-49662 : Linux kernel vulnerability involving a lockdep splat in in6_dump_addrs() due to incorrect use of rcu_dereference() without rcu_read_lock() held. Affects net/ipv6/addrconf.c (illustrated at line ~5175) and is shown in the provided stack trace (in6_dump_addrs → inet6_dump_addr → ne...

5.5CVSS5.4AI score0.00273EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.88 views

CVE-2022-50077

The CVE-2022-50077 entry concerns the Linux kernel AppArmor path aa_pivotroot, where a reference-count bug leaks a previously incremented “target” when aa_replace_current_label() returns success. The fix is to decrement the refcount of target in that code path (build_pivotroot() increased it earl...

5.5CVSS6.4AI score0.00178EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.88 views

CVE-2022-50097

CVE-2022-50097 affects the Linux kernel’s video fbdev s3fb driver. The bug arises in s3fb_set_par() where the code computes screen_size from user input and can exceed info->screen_size, leading to a kernel PAGE_FAULT on write (local access) during memset_io. The issue is mitigated by the docum...

7.8CVSS6.4AI score0.00186EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.88 views

CVE-2022-50098

Technical details for CVE-2022-50098 are not provided in the supplied documents; monitor vendor advisories for updates.

8.8CVSS6.7AI score0.00324EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.88 views

CVE-2022-50134

CVE-2022-50134 affects the Linux kernel RDMA/hfi1 path. The issue is a memory leak in setup_base_ctxt(): when allocating a uctxt->groups chunk via hfi1_alloc_ctxt_rcv_groups(), failure of init_user_ctxt() can leave uctxt->groups unreleased, causing a leak. The referenced advisories specify ...

5.5CVSS6.4AI score0.0023EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.88 views

CVE-2022-50141

In CVE-2022-50141, the Linux kernel component mmc: sdhci-of-esdhc had a refcount leak in esdhc_signal_voltage_switch caused by of_find_matching_node() returning a node pointer with an incremented refcount. The fix adds a missing of_node_put() to release refs when the node is no longer needed, pre...

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.88 views

CVE-2022-50142

CVE-2022-50142 : In the Linux kernel, the intel_th: msu component was fixed to account for DMA buffers that may be allocated via vmalloc() after the patch set removing CONFIG_DMA_REMAP, which could disrupt the mmapping code during faults (msc_mmap_fault). The described issue arises from a possibl...

7.8CVSS6.8AI score0.00186EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.88 views

CVE-2022-50164

CVE-2022-50164 concerns the Linux kernel wifi driver (iwlwifi, mvm). The issue is a bug in iwl_mvm_mac_wake_tx_queue where a double list_add can leave related lists uncleared after a successful station association if station queues are disabled, allowing a new element to link with a stale one. Th...

8.8CVSS6.3AI score0.00341EPSS
Save
CVE
CVE
added 2023/09/04 2:27 a.m.88 views

CVE-2023-20845

CVE-2023-20845 affects imgsys. The vulnerability is an out-of-bounds read caused by missing valid range checking, leading to local information disclosure with system execution privileges required and user interaction for exploitation. Patch ID ALPS07197795 / Issue ID ALPS07340357 is associated wi...

4.2CVSS4AI score0.001EPSS
Save
CVE
CVE
added 2024/05/17 2:01 p.m.88 views

CVE-2023-52668

CVE-2023-52668 concerns the Linux kernel, specifically the btrfs zoned code path. The issue arises from incorrect lock ordering in btrfs_zone_activate(), where fs_info->zone_active_bgs_lock is taken after a block_group lock in some code paths, creating a potential circular locking dependency. ...

5.5CVSS6.6AI score0.00176EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.88 views

CVE-2023-52895

CVE-2023-52895 concerns a race in the Linux kernel io_uring/poll for multishot requests. A prior commit fixed a poll race that applies only to multishot, where a spurious wakeup can be ignored since the waitqueue isn’t left. A blunt reissue of a multishot armed request could leak a buffer if prov...

5.5CVSS6.4AI score0.00205EPSS
Save
CVE
CVE
added 2025/03/27 4:37 p.m.88 views

CVE-2023-52929

The CVE-2023-52929 entry concerns a Linux kernel nvmem core cleanup bug: if dev_set_name() fails, nvmem->wp_gpio remains leaked because the cleanup path doesn’t release it. The described fix prefers reworking initialization and cleanup by splitting device_register() and reusing the nvmem_relea...

5.5CVSS6.7AI score0.00241EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.88 views

CVE-2023-52981

The CVE-2023-52981 issue affects the Linux kernel DRM/I915: the error-capture and debugfs dump paths had broken request reference counting when GuC submission was involved. The fixes adjust reference counting for the context-based search and the execlist-based search, ensuring proper get/put sema...

7.8CVSS6.7AI score0.00236EPSS
Save
CVE
CVE
added 2024/07/30 7:45 a.m.88 views

CVE-2024-42100

Technical details for CVE-2024-42100 are not provided in the connected documents. The materials reference the CVE but do not specify affected products, versions, root cause, impact, or fixes beyond the initial description; monitor for updates.

5.5CVSS6.4AI score0.00239EPSS
Save
CVE
CVE
added 2024/12/27 2:22 p.m.88 views

CVE-2024-56553

CVE-2024-56553 is a Linux kernel memory-leak fix in the binder subsystem. The issue occurred when a freeze notification is cleared (BC_CLEAR_FREEZE_NOTIFICATION) before binder_freeze_notification_done(), leaving entries in proc->delivered_freeze queued and leaking on process exit. The patch en...

5.5CVSS6.4AI score0.00186EPSS
Save
CVE
CVE
added 2025/01/21 12:01 p.m.88 views

CVE-2024-57934

The CVE-2024-57934 entry concerns a race in Linux kernel fgraph handling where fgraph_array[] access can race with updates to a fgraph_stub, potentially triggering a NULL pointer dereference. The fixed patch adds READ_ONCE() protection when accessing fgraph_array[] to ensure consistency between t...

4.7CVSS6.4AI score0.00169EPSS
Save
CVE
CVE
added 2025/08/22 1:01 p.m.88 views

CVE-2024-58239

The CVE-2024-58239 issue affects the Linux kernel TLS path: if a non-DATA record is present in the rx_list and another of the same type remains in the queue, records can be merged and processing may exit mid-loop. The fix, described in the advisory, is to check the record type and jump to the end...

8.2CVSS6.5AI score0.00339EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.88 views

CVE-2025-21771

CVE-2025-21771 affects the Linux kernel sched_ext subsystem. It stems from incorrect autogroup migration detection in the cgroup/migration path where scx_move_task() could misclassify a non-root cgroup migration as autogroup root migration, triggering a warning. The fix changes the call path by a...

5.5CVSS6.6AI score0.00201EPSS
Save
CVE
CVE
added 2025/03/07 9:09 a.m.88 views

CVE-2025-21841

CVE-2025-21841 : Linux kernel vulnerability in cpufreq/amd-pstate where amd_pstate_update_limits() takes a cpufreq_policy reference but fails to decrement the refcount on an exit path. This can lead to a use-after-free or resource mismanagement depending on refcount handling. The issue is resolve...

5.5CVSS7.1AI score0.00189EPSS
Save
CVE
CVE
added 2025/04/01 3:40 p.m.88 views

CVE-2025-21921

CVE-2025-21921: In the Linux kernel, net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device, the crash occurs in ethnl_req_get_phydev() when tb is NULL (e.g., ethnl notify path) and a phy_device lookup is performed. The fix passes the cmd index and nlattr array separately to allow NU...

5.5CVSS7.4AI score0.00204EPSS
Save
CVE
CVE
added 2025/06/18 9:28 a.m.88 views

CVE-2025-38012

The CVE-2025-38012 issue affects Linux kernel sched_ext: bpf_iter_scx_dsq_new() may leave an uninitialized iterator after an error, causing bpf_iter_scx_dsq_next() to dereference garbage data. The documented fix is to always clear kit->dsq in bpf_iter_scx_dsq_new(), so that next() and destroy(...

7.8CVSS6.5AI score0.00183EPSS
Save
CVE
CVE
added 2025/07/10 8:15 a.m.88 views

CVE-2025-38333

CVE-2025-38333 affects the Linux kernel (f2fs) and is tied to get_new_segment() logic. The issue occurs when get_new_segment() detects inconsistent status between free_segmap and free_secmap, records the error in the superblock, and bails out instead of continuing to use the segment. The provided...

7.8CVSS6.5AI score0.00161EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.88 views

CVE-2025-38440

CVE-2025-38440 affects the Linux kernel’s mlx5e DIM handling. A race between disabling DIM and in-flight NAPI callbacks that use the dim pointer on RQ/SQ could leave rq->dim/sq->dim NULL, causing a NULL pointer dereference in net_dim(). The remediation implemented is to call synchronize_net...

7.8CVSS6.2AI score0.0012EPSS
Save
CVE
CVE
added 2025/08/16 11:22 a.m.88 views

CVE-2025-38546

CVE-2025-38546 (Linux kernel: ATM clip memory leak) The vulnerability is in the ATM subsystem’s clip code. The ioctl ATMARPD_CTRL path assigns NULL to vcc->push(), which breaks the expected cleanup path and leaks memory for the allocated struct clip_vcc during ATMARP handling. The root cause i...

5.5CVSS6.7AI score0.00162EPSS
Save
CVE
CVE
added 2025/08/19 5:02 p.m.88 views

CVE-2025-38576

CVE-2025-38576 affects the Linux kernel PowerPC EEH hotplug path. Root cause: race conditions between the PCIe hotplug driver and the EEH driver can yield kernel oops during unplug/recovery cycles and bus disappearance. Resolution: refactor the EEH module to be PCI rescan and remove safe, with cl...

5.5CVSS7AI score0.00163EPSS
Save
CVE
CVE
added 2026/05/27 12:56 p.m.88 views

CVE-2026-46037

The CVE-2026-46037 issue affects the Linux kernel IPv4 ICMP component. Extended echo replies could use ICMP_EXT_ECHOREPLY outside the icmp_pointers[] range; the fix avoids icmp_pointers[] lookups for out-of-range types and uses array_index_nospec() for in-range lookups. Multiple OS feeds report p...

8.2CVSS5.7AI score0.00443EPSS
Save
CVE
CVE
added 2026/06/24 4:29 p.m.88 views

CVE-2026-52993

Summary (CVE-2026-52993): In the Linux kernel TIPC module, a double-free flaw occurs in tipc_buf_append() when tipc_msg_validate() reallocates an skb and the code incorrectly frees the original skb. The root cause is that the validation path may free a previously freed skb if reallocation occurs,...

9.8CVSS5.7AI score0.00368EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.88 views

CVE-2026-53059

The CVE-2026-53059 issue is a Linux kernel dm-log out-of-bounds write caused by an unsigned 32-bit region_count in create_log_context() overflowing when dm_sector_div_up() returns a 64-bit value. Large region_space can truncate bitset_size, causing clean_bits, sync_bits, and recovering_bits to be...

7.8CVSS5.8AI score0.0014EPSS
Save
CVE
CVE
added 2001/09/12 4:00 a.m.87 views

CVE-1999-1225

Concretely, CVE-1999-1225 affects rpc.mountd and is described in SGI IRIX advisories as allowing a remote tester to probe for the existence of files by issuing mount requests, leading to distinguishable error messages. The SGI advisory fixes this by patching/upgrading IRIX (upgrade to IRIX 6.5.23...

5CVSS6.9AI score0.0176EPSS
Save
CVE
CVE
added 2004/09/01 4:00 a.m.87 views

CVE-2002-1380

CVE-2002-1380 affects Linux kernel 2.2.x where a local user can cause a denial of service (crash) by invoking mmap() with PROT_READ to access non-readable memory pages via /proc/pid/mem. The underlying issue is a memory access vulnerability in the kernel that enables local DoS. Multiple connected...

2.1CVSS5.9AI score0.00873EPSS
SaveWeb
CVE
CVE
added 2003/08/01 4:00 a.m.87 views

CVE-2003-0619

The CVE-2003-0619 issue is an Integer signedness error in the decode_fh function of nfs3xdr.c in the Linux kernel prior to 2.4.21. Remote attackers could trigger a denial of service (kernel panic) by supplying a negative size value within XDR data of an NFSv3 procedure call. Public references not...

5CVSS6.1AI score0.10876EPSS
Save
CVE
CVE
added 2007/10/09 10:00 a.m.87 views

CVE-2004-2731

CVE-2004-2731 concerns the Linux kernel Sbus PROM driver (drivers/sbus/char/openprom.c) allowing local code execution via integer overflows when a small buffer is passed to copyin_string or a negative size to copyin. It affects 2.4.x (up to 2.4.27) and 2.6.x (up to 2.6.7) and possibly later versi...

4.4CVSS7.3AI score0.00562EPSS
Save
CVE
CVE
added 2005/06/30 4:00 a.m.87 views

CVE-2005-1765

The CVE-2005-1765 issue is a local denial of service in the Linux kernel on AMD64 when running in 32‑bit compatibility mode, triggered by syscall() with crafted arguments. Public details across connected docs confirm affected software and fixed packages: Debian’s DSA-922-1 (security advisory) lis...

2.1CVSS5.8AI score0.00389EPSS
Save
CVE
CVE
added 2005/09/30 4:00 a.m.87 views

CVE-2005-3109

The CVE-2005-3109 entry affects the Linux 2.6 kernel HFS and HFS+ (hfsplus) modules. The issue allows a local attacker to cause a kernel oops/denial of service by mounting a filesystem that is not HFS/HFS+. Public disclosures in Debian (DSA-922-1) and Red Hat/CentOS advisories confirm this vulner...

2.1CVSS4.9AI score0.00423EPSS
Save
CVE
CVE
added 2005/11/23 9:00 p.m.87 views

CVE-2005-3783

CVE-2005-3783 affects the Linux kernel 2.6 before 2.6.14.2. The vulnerability lies in the ptrace.c implementation (ptrace functionality) where CLONE_THREAD can attach to a process without validating the thread group ID, allowing a local user to trigger a crash (Denial of Service). The issue is lo...

4.9CVSS5AI score0.00433EPSS
Save
CVE
CVE
added 2006/03/12 9:00 p.m.87 views

CVE-2006-0557

CVE-2006-0557 : In the Linux kernel 2.6.x, the sys_mbind path in mempolicy.c failed to sanity-check the maxnod value before computing in get_nodes, enabling a local user to trigger a kernel crash (DoS). Public advisories tie this to local exploitation with kernel crashes, not remote code executio...

4.9CVSS6.1AI score0.00465EPSS
Save
CVE
CVE
added 2006/06/30 9:00 p.m.87 views

CVE-2006-2934

CVE-2006-2934 is a kernel-level DoS in SCTP conntrack (netfilter) for Linux kernels 2.6.17 before 2.6.17.3 and 2.6.16 before 2.6.16.23, where a crafted packet without chunks can trigger a value bug leading to a NULL dereference and crash. The connected advisories reference upstream kernel patches...

5CVSS7.1AI score0.05198EPSS
Save
CVE
CVE
added 2006/12/11 11:00 p.m.87 views

CVE-2006-5871

CVE-2006-5871 affects the Linux kernel (notably 2.6.8 and 2.4.x prior to 2.4.34) where UNIX extensions are enabled. The vulnerability arises because smbfs ignores certain mount options, allowing a client to end up using server-specified uid, gid, and mode settings. Connected records (e.g., Debian...

4.1CVSS7.2AI score0.00321EPSS
Save
CVE
CVE
added 2008/05/08 12:00 a.m.87 views

CVE-2007-5498

The CVE-2007-5498 issue affects the Xen hypervisor block backend driver for Linux kernel 2.6.18. When running on a 64-bit host with a 32-bit paravirtualized guest, a local privileged user in the guest can trigger a denial of service (host OS crash) by issuing a request that specifies a very large...

4.9CVSS5.7AI score0.00342EPSS
Save
CVE
CVE
added 2008/12/09 12:00 a.m.87 views

CVE-2008-5395

CVE-2008-5395 is a Linux kernel vulnerability affecting PA-RISC where parisc_show_stack in arch/parisc/kernel/traps.c can be triggered by unwinding a stack containing userspace addresses, allowing local users to crash the system (denial of service). The issue is fixed in the 2.6.28-rc7 kernel (an...

4.9CVSS5.7AI score0.00378EPSS
Save
CVE
CVE
added 2013/04/22 10:00 a.m.87 views

CVE-2013-3228

The CVE-2013-3228 issue affects the Linux kernel’s irda_recvmsg_dgram (net/irda/af_irda.c), where a length variable is not initialized. This allows local attackers to read sensitive data from kernel stack via crafted recvmsg/recvfrom calls. Affected: Linux kernel versions before 3.9-rc7. Impact: ...

4.9CVSS5.7AI score0.00389EPSS
Save
Total number of security vulnerabilities14999